Bentley Map V8i (SELECTseries 10) Help

Raster File Tokens

Raster tokens are placed like reference file settings within flags. All raster tokens contained within the flags indicate the following tokens are for raster files. The opening flag is <RASTER> and the closing flag is <\RASTER>. Multiple reference files are attached in the order in which the sets of flags appear.
Table 1. Raster File Tokens
Token Effect
RASTER_FILE Describes the full path and file name of the raster file attached. Format: RASTER_FILE = c:\raster files\raster.tif
RASTER_LOGICAL Describes the logical name of the attached raster. Format: REF_LOGICAL = Aerial Photo
ORIGIN Describes the origin point at which the raster is attached in master units. Format: ORIGIN = ( x, y, z ) where: x, y, and z are the number values of the ORIGIN in the x, y, and z planes.
SIZE Describes the size of the raster in master units. Format: SIZE = ( x, y ) where: x and y are the number values of the SIZE in the x and y directions.
ROTATION Describes the rotation of the raster in degrees. Note:This only applies for V8. Format: ROTATION = n.nnnn where: n.nnnn is the number value of the ROTATION.
TRANSPARENT Determines if the raster is transparent. Format: TRANSPARENT = TRUE (or FALSE) where: TRUE = Raster is transparent and FALSE = Raster is not transparent.
INVERT Determines if the raster is inverted. Format: INVERT = TRUE (or FALSE) where: TRUE = Raster is inverted and FALSE = Raster is not inverted.
TINT_colour Describes the colour of the tint of the raster. Format: TINT_colour = ( red, green, blue ) where: red, green, and blue are the RGB values of the TINT_colour where each value is between 0-255.
BACKGROUND_COLOUR Describes the background colour of the raster. Format: BACKGROUND_colour = ( red, green, blue ) where: red, green, and blue are the RGB values of the BACKGROUND _colour where each value is between 0-255.